CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - alpha beta

搜索资源列表

  1. NegaScout_TT_HH

    0下载:
  2. 中国象棋、五子棋等人工智能所使用的空窗探测法,效率高于Alpha-beta搜索-Chinese chess, backgammon and other artificial intelligence used by the window of detection method, more efficient than Alpha-beta search
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:2817
    • 提供者:zhangts
  1. RGB_lab

    0下载:
  2. Code for conversion of an image from RGB to l, alpha, beta color space and vice versa.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:92962
    • 提供者:ruchir
  1. tac

    0下载:
  2. 利用阿尔法-贝塔剪枝法解决一字棋问题,实现人机对战.-The use of Alpha- Beta pruning method to deal with the word chess issue and realize the human-machine Battle.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-02
    • 文件大小:14841982
    • 提供者:Tiny
  1. final

    0下载:
  2. 一个黑白棋程序的算法,程序输出一方棋子在8*8棋盘上的坐标,使用了alpha-beta剪枝和估值等方法实现。-1 Knightmare program algorithm, the program output of one piece of 8* 8 chessboard coordinates, using the alpha-beta pruning and valuation methods to achieve.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:4219
    • 提供者:crynixes
  1. Alpha_Beta

    0下载:
  2. 利用C语言实现的alpha-beta剪枝,实现人工智能-The use of C language implementation of the alpha-beta pruning to achieve artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3664
    • 提供者:sunxihuang
  1. BWC001

    0下载:
  2. 黑白棋 程序 采用阿尔法 贝塔 剪枝算法,对初学者来说具有一定的学习意义-Othello program using alpha beta pruning algorithm, for beginners to learn with a certain sense
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-22
    • 文件大小:108845
    • 提供者:胡茂名
  1. tic_tac_toe

    0下载:
  2. 这是一个简单的一字棋游戏,采用阿尔法贝塔剪枝算法做成的。-This is a simple word chess game, using Alpha Beta pruning algorithm are made.
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:239288
    • 提供者:dashu
  1. Newmark_koohi

    0下载:
  2. This m.file is intended to perform the numerical integration of a structural system subjected to an external dynamic excitation. The integration scheme utilized for this alysis is the newmark alpha-beta method.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1305
    • 提供者:reza
  1. collocation_Newmark_wilson

    0下载:
  2. This m.file is intended to perform the numerical integration of a structural system subjected to an external dynamic excitation. The integration scheme utilized for this analysis is the newmark-wilson alpha-beta-theta method(collocation method).
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1573
    • 提供者:reza
  1. upload3

    0下载:
  2. alpha beta剪枝 要求的输出格式如下:(“//”和之后的内容表示说明,实际并不输出) //第一行表示根节点的状态 A 1 B2 //A表示根节点,1表示A的倒推值,B2表示剪枝搜索后下一步应该走的路线 //之后每一行都表示一个剪枝,节点的顺序随意 D2:E4 //表示在D2节点发生了剪枝,E4节点被剪掉了。这里只需给出 //被剪枝节点的被剪掉的直接子节点即可。 C2:D4 D5 D6 //表示在C2处发生了剪枝,D4 D5 D6三个子节点被剪掉了。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3545
    • 提供者:ocpocpocp
  1. 061221137.ZOthello.V0.2

    0下载:
  2. 开局定式库 非负极大搜索(基亍Alpha-Beta Pruning)+动态估值(棋子数+棋格表+部分稳定子+行劢力+潜在行劢力) 奇偶搜索(基亍Alpha-Beta Pruning)+静态估值(棋子数) 支持三种模式:人机对弈,玩家先行;人机对弈,电脑先行;双人对弈 支持显示棋步、显示当前黑白两方棋子数 自动标记当前可落子空格 支持显示棋步、显示当前黑白两方棋子数-Othello Alpha-Beta OpenningBook Cut-Off
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2170724
    • 提供者:zhanghao
  1. ChnChess

    0下载:
  2. 本程序在Windows98下用VC6.0编译通过,所使用位图来源于“象棋大师”教学软件, 设计和改进时参考了BorlandC++3.1的国际象棋程序和陈成涛所写的“中国象棋程序”。 在算法上采用有界深度优先Alpha-Beta剪枝递归搜索技术-The program under Windows98 using VC6.0 to compile, the use of bitmap from " Chess Master" teaching software design and
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:456175
    • 提供者:guanmj
  1. xiangqi

    0下载:
  2. 中国象棋,位棋盘,Zobrist键值,alpha-beta搜索,置换表,局面评价,包含设计说明。-Chinese chess, digital board, Zobrist keys, alpha-beta search, replacement table, the situation assessment, including design specification.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2417723
    • 提供者:田田
  1. svm_inverter_anggun_anugrah

    0下载:
  2. This is a simple model simulink for Space Vector Pulse Width Modulation Inverter with input alpha-beta (2-phase AC)
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:11519
    • 提供者:anxlie
  1. digibrain2

    0下载:
  2. Digital images...alpha beta gammma
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:201878
    • 提供者:Alpha
  1. codefans.net

    0下载:
  2. Java版中国象棋项目设计源代码及论文,还附有成品可运行的文件。   20世纪60年代初,麦卡锡提出了alpha-beta修剪算法,把为决定下一个走步而需对棋盘状态空间的搜索量从指数级减少为指数的平方根,大大地提高了机器下棋的水平。IBM的超级计算机“Deep Blue”更是一个神话,让棋迷们神往。本文根据国际象棋程序设计的一些成功经验,提出中国象棋程序设计的一些思路和方法。-Chinese Chess Java version of the project design source c
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:1343795
    • 提供者:王德金
  1. SourceCode

    0下载:
  2. 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. -Games on my machine pr
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:1865953
    • 提供者:宇天
  1. chess

    0下载:
  2. 中国象棋,位棋盘,Zobrist键值,alpha-beta搜索,置换表,局面评价,包含设计说明。-Chinese chess, a board, Zobrist keys, beta search, displacement gamerelease- table, the situation assessment, including design specifications.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-08
    • 文件大小:1927600
    • 提供者:zhoujie
  1. Bw

    0下载:
  2. this document about Brain waves alpha,beta,theta and delta and their frequencies range and how to detect them using any software labview and matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:10459
    • 提供者:Haithem Tahon
  1. dengyi

    0下载:
  2. CONSX—这是一个主要子程序,调用其它于程序及输出中间结果 * !* CHECK—检查所有的点是否满足约束条件,对违背约束的点进行校正 * !* CENTR—计算中心点 * !* FUNC —目标函数,由用户提供 * - PROGRAM COMPLEX PARAMETER(N=3,M=4,K=6) DIMENSION X(K,M),R(K,N),F(K),G(M),H(M),XC(N) INTEGER GAMMA OPEN(4,FILE= COMPDA
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:21864
    • 提供者:wangmeng
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com